func net/http.alwaysFalse
6 uses
net/http (current package)
client.go#L217: return nil, alwaysFalse, errors.New("http: no Client.Transport or DefaultTransport")
client.go#L222: return nil, alwaysFalse, errors.New("http: nil Request.URL")
client.go#L227: return nil, alwaysFalse, errors.New("http: Request.RequestURI can't be set in client requests")
client.go#L354: return nop, alwaysFalse
client.go#L363: return nop, alwaysFalse
client.go#L491: func alwaysFalse() bool { return false }
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |